PAYLOAD
It resembles an API response but includes an output. We generate customized data through data mapping, employing it as input for subsequent nodes.
Step 1:
Drag and drop the PAYLOADComponents from the pallatte
;
;
Step 2:
Configuring PAYLOAD
left click on PAYLOAD Components, you can define the PAYLOAD configration as given below:
;
Fields | Description |
---|---|
GEN | Get one field from the Input and mapped in another field of Output |
TRANS | Transforms the Input value with the help of transformation functions |
CN | Mapped the Input as it is Output body |
OBJ | Mapped the Inputs to Object |
AR | Mapped the Inputs to Array |
Step 3:
Provide the Output Variable The output variable stores the result of the transformation
Step 4:
Click on Add button and do the mapping as shown
;
;
;
;
and Save
Step 5:
When we want to get a variable, from the pipeline, we use $ sign as prefix followed by Variable name from in the pipeline. There can be nested get which is seperated by '.' Ex. $Payload.key
Note:- The variable Payload should be present in the pipeline before the calling